home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // StdReg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: StdReg.pas
- //----------------------------------------------------------------------------
- #ifndef StdRegHPP
- #define StdRegHPP
- //----------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <DsgnIntf.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Stdreg
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall Register(void);
-
- } /* namespace Stdreg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Stdreg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // StdReg
-